Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-15 Thread Aditya Mahajan
tnotes` mechanism. Unfortunately, putting `\placelocalfootnotes` outside of the table breaks the centering of the table itself. For illustration please see the example below. How can I have my table centered while the footnotes are either left-aligned with respect to the left border of the table o

Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-15 Thread Wolfgang Schuster
Jean-Pierre Delange 15. August 2016 um 13:19 Dear Wolfgang, Thanks a lot ! In order to verify the mechanism with a French document, I have set your code sample with French commands and replace 'Content' by 2 texts of around 15 lines each (after removing \input

Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-15 Thread Jean-Pierre Delange
table}] \startlocalfootnotes \startplacepairedbox[footnote] \startcontent \startTABLE \NC Content\footnote{Footnote} \NC\NR \stopTABLE \stopcontent \startcaption \placelocalfootnotes

Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-15 Thread Wolfgang Schuster
Henri Menke <mailto:henrime...@gmail.com> 29. Juli 2016 um 12:48 Dear list, sometimes, one wants to place footnotes in a table which then appear right below the last row. Therefore ConTeXt ships the clever `\start...\stoplocalfootnotes` mechanism. Unfortunately, putting `\placelocalfoo

Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-14 Thread Henri Menke
Bump On 07/29/2016 12:48 PM, Henri Menke wrote: > Dear list, > > sometimes, one wants to place footnotes in a table which then appear right > below the last row. Therefore ConTeXt ships the clever > `\start...\stoplocalfootnotes` mechanism. Unfortunately, putting > `\p

[NTG-context] placelocalfootnotes breaks center alignment

2016-07-29 Thread Henri Menke
Dear list, sometimes, one wants to place footnotes in a table which then appear right below the last row. Therefore ConTeXt ships the clever `\start...\stoplocalfootnotes` mechanism. Unfortunately, putting `\placelocalfootnotes` outside of the table breaks the centering of the table itself

Re: [NTG-context] indenting and \placelocalfootnotes

2005-02-17 Thread Peter Münster
] \placelocalfootnotes} \stoplocalfootnotes \stoptext It seems, that this workaround is also needed with \placecontent etc. Cheers, Peter -- http://pmrb.free.fr/contact/ ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] indenting and \placelocalfootnotes

2005-02-14 Thread Peter Münster
Hello, to get the footnotes vertically aligned, a \setupindenting[none] is needed: \setupindenting[small] \starttext \startlocalfootnotes[n=0] bla\footnote{1. note} bla\footnote{2. note} bla\footnote{3. note} {\setupindenting[none] \placelocalfootnotes} \stoplocalfootnotes \stoptext Cheers